-- 
--  NISHAN-SMI.MIB
--
--   Nishan Systems SMI definitions
--   Version 1.0.
-- 
--  Revision history:
--
--  4/25/01: Added revision list to header comments. 
--
--  7/09/01: Added FcWWN and FcID textual conventions
--  7/11/01: Renamed FcWWN and FcID to WWNtype and FCIDtype
--           to minimize changes to other MIBs.
--

NISHAN-SMI DEFINITIONS ::= BEGIN

IMPORTS
      enterprises,
      MODULE-IDENTITY
            FROM SNMPv2-SMI
      TEXTUAL-CONVENTION
            FROM SNMPv2-TC
      ;

nishan MODULE-IDENTITY
      LAST-UPDATED     "200104200000Z"
      ORGANIZATION     "Nishan Systems, Inc"
      CONTACT-INFO     "Nishan Systems, Inc
             Attn: Network Management
             3850 North First Street
             San Jose, CA 95134
             USA
             Tel : +1 408 519-3700
             email : snmp@nishansystems.com"
      DESCRIPTION    "MIB for Nishan System SMI"
      REVISION       "200101010000Z"
      DESCRIPTION
"Initial public release of this MIB module"
      ::= { enterprises 4369 }

-- nishanMgmt has been redefined as a MODULE-ID in NISHAN-MGT.MIB
-- nishanMgmt  OBJECT-IDENTITY
--      STATUS     current
--      DESCRIPTION
-- "nishanMgmt is for most MIB management of IPS 1000/2000/3000"
--      ::= { nishan 1 }  

WWNtype ::= TEXTUAL-CONVENTION
    STATUS         current
    DESCRIPTION    "Represents an 8-byte Fibre Channel World Wide Name (WWN).
Equivalent to the FcNameId textual convention in RFC 2837."
    SYNTAX         OCTET STRING (SIZE (8))

FCIDtype ::= TEXTUAL-CONVENTION
    STATUS         current
    DESCRIPTION    "Represents a 3-byte Fibre Channel ID.  Also used for the
3-byte SoIP Socket Number that is the IP Storage equivalent of the Fibre Channel
ID.  FcID is equivalent to the FcAddressId textual convention in RFC 2837."
    SYNTAX         OCTET STRING (SIZE (3))
                



END